summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/konsole_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/konsole_part.h')
-rw-r--r--konsole/konsole/konsole_part.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/konsole/konsole/konsole_part.h b/konsole/konsole/konsole_part.h
index 1f65106ad..ae97f553b 100644
--- a/konsole/konsole/konsole_part.h
+++ b/konsole/konsole/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;
};
//////////////////////////////////////////////////////////////////////