summaryrefslogtreecommitdiffstats
path: root/src/tdesvn_part.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:00:06 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:00:06 -0600
commitb56cff5bf226c7f40ce469077721ebf60d9d9e24 (patch)
tree239b3be25fa259c647c18435721f3393ead3a695 /src/tdesvn_part.h
parente57b0bd3983c7f1fa1743585d9df68cf5fc8c710 (diff)
downloadtdesvn-b56cff5bf226c7f40ce469077721ebf60d9d9e24.tar.gz
tdesvn-b56cff5bf226c7f40ce469077721ebf60d9d9e24.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'src/tdesvn_part.h')
-rw-r--r--src/tdesvn_part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdesvn_part.h b/src/tdesvn_part.h
index e4b0cf4..857d7c0 100644
--- a/src/tdesvn_part.h
+++ b/src/tdesvn_part.h
@@ -33,7 +33,7 @@ class tdesvnView;
class TQPainter;
class KURL;
class KdesvnBrowserExtension;
-class KAboutApplication;
+class TDEAboutApplication;
/**
* This is a "Part". It that does all the real work in a KPart
@@ -80,7 +80,7 @@ protected:
*/
virtual bool openFile();
virtual void setupActions();
- KAboutApplication* m_aboutDlg;
+ TDEAboutApplication* m_aboutDlg;
void init(TQWidget *parentWidget, const char *widgetName,bool full);