summaryrefslogtreecommitdiffstats
path: root/extra/kde351/konsole_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra/kde351/konsole_part.h')
-rw-r--r--extra/kde351/konsole_part.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kde351/konsole_part.h b/extra/kde351/konsole_part.h
index d526c1a..5e4262f 100644
--- a/extra/kde351/konsole_part.h
+++ b/extra/kde351/konsole_part.h
@@ -32,7 +32,7 @@
//#include "schema.h"
//#include "session.h"
-class KInstance;
+class TDEInstance;
class konsoleBrowserExtension;
class TQPushButton;
class TQSpinBox;
@@ -57,11 +57,11 @@ public:
const char* classname = "KParts::Part",
const TQStringList &args = TQStringList());
- static KInstance *instance();
+ static TDEInstance *instance();
private:
- static KInstance *s_instance;
- static KAboutData *s_aboutData;
+ static TDEInstance *s_instance;
+ static TDEAboutData *s_aboutData;
};
//////////////////////////////////////////////////////////////////////