summaryrefslogtreecommitdiffstats
path: root/src/autostart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autostart.h')
-rw-r--r--src/autostart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autostart.h b/src/autostart.h
index 6877e4e..3b6389e 100644
--- a/src/autostart.h
+++ b/src/autostart.h
@@ -46,7 +46,7 @@ public:
virtual void defaults();
virtual int buttons();
virtual TQString quickHelp() const;
- virtual const KAboutData *aboutData() const
+ virtual const TDEAboutData *aboutData() const
{ return myAboutData; };
public slots:
@@ -59,7 +59,7 @@ public slots:
void selectionChanged(TQListViewItem*);
private:
- KAboutData *myAboutData;
+ TDEAboutData *myAboutData;
KGlobalSettings *kgs;
KPushButton* btnAdd;
KListView* listCMD;