remove kjob
This commit is contained in:
parent
9cbdca0441
commit
259e6dc75d
1 changed files with 0 additions and 5 deletions
|
@ -20,10 +20,8 @@
|
||||||
|
|
||||||
#ifdef KNOTIFICATIONS
|
#ifdef KNOTIFICATIONS
|
||||||
#include <KNotification>
|
#include <KNotification>
|
||||||
#include <KJob>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
class UserScript : public QObject {
|
class UserScript : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
@ -50,9 +48,6 @@ private:
|
||||||
KActionCollection *m_actionCollection;
|
KActionCollection *m_actionCollection;
|
||||||
KShortcutsDialog *m_shortcutsDialog;
|
KShortcutsDialog *m_shortcutsDialog;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#ifdef KNOTIFICATIONS
|
|
||||||
KJob *m_loadingJob = nullptr;
|
|
||||||
#endif
|
#endif
|
||||||
void setupHelpMenu();
|
void setupHelpMenu();
|
||||||
void setupShortcutsDialog();
|
void setupShortcutsDialog();
|
||||||
|
|
Loading…
Reference in a new issue