summaryrefslogtreecommitdiffstats
path: root/src/autostart.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-04-27 23:52:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-04-27 23:52:38 +0900
commite5262dc3bee960e7391ec10296b1ed3d0a1b359e (patch)
tree0b1517941ec789db9dc70cdf8f96793b91d3098c /src/autostart.h
parent05f478ee16a88bffe9598edf0625844e54f52355 (diff)
downloadkcmautostart-e5262dc3bee960e7391ec10296b1ed3d0a1b359e.tar.gz
kcmautostart-e5262dc3bee960e7391ec10296b1ed3d0a1b359e.zip
Fixed up and improve code. Remove crashes when a service desktop file
was selected. Fixed crashes when ESC was pressed on the property dialog. This relates to bug 2734, although not enough to close it. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/autostart.h')
-rw-r--r--src/autostart.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/autostart.h b/src/autostart.h
index 78122d5..25381e1 100644
--- a/src/autostart.h
+++ b/src/autostart.h
@@ -33,13 +33,13 @@
#include <tqpushbutton.h>
#include <tqcombobox.h>
-class autostart: public TDECModule
+class CAutostart: public TDECModule
{
Q_OBJECT
public:
- autostart( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() );
- ~autostart();
+ CAutostart( TQWidget *parent=0, const char *name=0, const TQStringList& = TQStringList() );
+ ~CAutostart();
virtual void load();
virtual void save();
@@ -52,7 +52,6 @@ public:
public slots:
void addCMD();
void removeCMD();
- void editCMD(TQListViewItem*);
bool editCMD(KFileItem);
void editCMD();
void setStartOn(int);