summaryrefslogtreecommitdiffstats
path: root/src/tdesvn_part.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:59:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:59:28 -0600
commit94fbae4a48ae822266a1c37474e54a7ad65b9573 (patch)
treef6938772a00499074d752e110e1280e04a4a780d /src/tdesvn_part.h
parent0ff5f24a742779276d620552ac1efa3979ea63dc (diff)
downloadtdesvn-94fbae4a48ae822266a1c37474e54a7ad65b9573.tar.gz
tdesvn-94fbae4a48ae822266a1c37474e54a7ad65b9573.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/tdesvn_part.h')
-rw-r--r--src/tdesvn_part.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tdesvn_part.h b/src/tdesvn_part.h
index 53ae82c..394bd10 100644
--- a/src/tdesvn_part.h
+++ b/src/tdesvn_part.h
@@ -62,7 +62,7 @@ public:
*/
virtual ~tdesvnPart();
virtual bool closeURL();
- static KAboutData* createAboutData();
+ static TDEAboutData* createAboutData();
signals:
void refreshTree();
@@ -123,11 +123,11 @@ public:
TQObject *parent, const char *name,
const char *classname, const TQStringList &args );
virtual commandline_part*createCommandIf(TQObject*parent,const char*name, TDECmdLineArgs *args);
- static KInstance* instance();
+ static TDEInstance* instance();
private:
- static KInstance* s_instance;
- static KAboutData* s_about;
+ static TDEInstance* s_instance;
+ static TDEAboutData* s_about;
static commandline_part*s_cline;
};