diff options
Diffstat (limited to 'src/autostart.h')
-rw-r--r-- | src/autostart.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/autostart.h b/src/autostart.h index 25381e1..0f82473 100644 --- a/src/autostart.h +++ b/src/autostart.h @@ -29,7 +29,6 @@ #include <kpushbutton.h> #include <tdelistview.h> #include <tdefileitem.h> -#include <tdeglobalsettings.h> #include <tqpushbutton.h> #include <tqcombobox.h> @@ -59,11 +58,10 @@ public slots: private: TDEAboutData *myAboutData; - TDEGlobalSettings *kgs; - KPushButton* btnAdd; - TDEListView* listCMD; - KPushButton* btnRemove; - TQPushButton* btnProperties; + KPushButton* btnAdd; + TDEListView* listCMD; + KPushButton* btnRemove; + TQPushButton* btnProperties; TQComboBox* cmbStartOn; }; |