summaryrefslogtreecommitdiffstats
path: root/src/kima.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-07 10:55:09 -0600
committerTimothy Pearson <[email protected]>2013-02-07 10:55:09 -0600
commit19fe7a9e854df403f0d3b880a728e118d8969ff3 (patch)
tree9d6dd4266e1749cba15aa33feea7cfcfd2a4fe3a /src/kima.h
parent7065b83d5db5a97df7cfd9a55681f808512691e8 (diff)
downloadkima-19fe7a9e854df403f0d3b880a728e118d8969ff3.tar.gz
kima-19fe7a9e854df403f0d3b880a728e118d8969ff3.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'src/kima.h')
-rw-r--r--src/kima.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kima.h b/src/kima.h
index ddb688c..a86acd5 100644
--- a/src/kima.h
+++ b/src/kima.h
@@ -39,7 +39,7 @@
// Forward Declarations
class FlowLayout;
-class KAboutApplication;
+class TDEAboutApplication;
class TDEPopupMenu;
class TDESelectAction;
class TQMouseEvent;
@@ -193,7 +193,7 @@ private:
FlowLayout* mLayout;
mutable int mCachedWFH;
mutable int mCachedHeight;
- KAboutApplication* mAboutDialog;
+ TDEAboutApplication* mAboutDialog;
TDEPopupMenu* mMenu;
KDialogBase* mPrefsDlg;
Prefs* mPrefs;