summaryrefslogtreecommitdiffstats
path: root/src/autostart.h
diff options
context:
space:
mode:
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);