summaryrefslogtreecommitdiffstats
path: root/src/global.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:21 -0600
commit7864df7a5e0a69bb3e525ec3e47256bdcbf2832b (patch)
tree3aa53b371fc2482fb6bea9f8eca16b9524c1b332 /src/global.h
parent3cedb6a5f7a9c3e0c04303289e025ce6fe91e164 (diff)
downloadbasket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.tar.gz
basket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.h b/src/global.h
index 49ac04a..e987e4a 100644
--- a/src/global.h
+++ b/src/global.h
@@ -30,7 +30,7 @@ class BackgroundManager;
class SystemTray;
class BNPView;
class TDEGlobalAccel;
-class KMainWindow;
+class TDEMainWindow;
class TDEAboutData;
/** Handle all global variables of the application.
@@ -63,7 +63,7 @@ class Global
// Various Things:
static TQString openNoteIcon(); /// << @return the icon used for the "Open" action on notes.
- static KMainWindow* mainWindow();
+ static TDEMainWindow* mainWindow();
static TDEConfig* config();
static TDEAboutData* about() { return &basketAbout; };
};