summaryrefslogtreecommitdiffstats
path: root/parts/tipofday/tipofday_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/tipofday/tipofday_part.h')
-rw-r--r--parts/tipofday/tipofday_part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/tipofday/tipofday_part.h b/parts/tipofday/tipofday_part.h
index 50eedadd..a60856e8 100644
--- a/parts/tipofday/tipofday_part.h
+++ b/parts/tipofday/tipofday_part.h
@@ -16,7 +16,7 @@ class TipOfDayPart : public KDevPlugin
public:
- TipOfDayPart(QObject *parent, const char *name, const QStringList &);
+ TipOfDayPart(TQObject *parent, const char *name, const TQStringList &);
public slots:
@@ -25,7 +25,7 @@ public slots:
void showOnStart();
private:
- QString getFilename();
+ TQString getFilename();
};