From 71b675fa4e99c5f77e63408dcf8f6a9f7566df1c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 12 Jan 2020 00:26:22 +0900 Subject: Improve code avoiding allocation of unnecessary objects. Signed-off-by: Michele Calgaro (cherry picked from commit 46555645d00c11ea59993b09fa3464643bd98f62) --- src/autostart.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/autostart.h') 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 #include #include -#include #include #include @@ -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; }; -- cgit v1.2.1