diff options
Diffstat (limited to 'knode/knode_part.h')
-rw-r--r-- | knode/knode_part.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/knode/knode_part.h b/knode/knode_part.h index 1f9d9b3b1..badfbee5b 100644 --- a/knode/knode_part.h +++ b/knode/knode_part.h @@ -33,8 +33,8 @@ #include <tqwidget.h> -class KInstance; -class KAboutData; +class TDEInstance; +class TDEAboutData; class ActionManager; class KNMainWidget; @@ -50,7 +50,7 @@ class KNodePart: public KParts::ReadOnlyPart TQWidget* parentWidget() const; - static KAboutData *createAboutData(); + static TDEAboutData *createAboutData(); protected: virtual bool openFile(); |