summaryrefslogtreecommitdiffstats
path: root/konqueror/about/konq_aboutpage.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:15:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:15:55 -0600
commit1d061b286a8b183b39be60fe531f2b1c2915f03a (patch)
tree0a4c6ee79918e366077094fb59e9c1196d7f4156 /konqueror/about/konq_aboutpage.h
parent1e0a98b8623428064963b1627e4e09ea02c1e87e (diff)
downloadtdebase-1d061b286a8b183b39be60fe531f2b1c2915f03a.tar.gz
tdebase-1d061b286a8b183b39be60fe531f2b1c2915f03a.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'konqueror/about/konq_aboutpage.h')
-rw-r--r--konqueror/about/konq_aboutpage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/about/konq_aboutpage.h b/konqueror/about/konq_aboutpage.h
index c72a85250..96229c42c 100644
--- a/konqueror/about/konq_aboutpage.h
+++ b/konqueror/about/konq_aboutpage.h
@@ -5,7 +5,7 @@
#include <khtml_part.h>
class KHTMLPart;
-class KInstance;
+class TDEInstance;
class KonqAboutPageFactory : public KParts::Factory
{
@@ -17,7 +17,7 @@ public:
TQObject *parent, const char *name,
const char *classname, const TQStringList &args );
- static KInstance *instance() { return s_instance; }
+ static TDEInstance *instance() { return s_instance; }
static TQString launch();
static TQString intro();
@@ -28,7 +28,7 @@ public:
private:
static TQString loadFile( const TQString& file );
- static KInstance *s_instance;
+ static TDEInstance *s_instance;
static TQString *s_launch_html, *s_intro_html, *s_specs_html, *s_tips_html, *s_plugins_html;
};