summaryrefslogtreecommitdiffstats
path: root/kiten
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:55:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:55:31 -0600
commit3fe5b9df0c463a3e9508242ab01f4c0242cf988b (patch)
tree16e962a424e95227aee330976ea015dedcc0fd37 /kiten
parente264bfc07830bec4b82578e3d7a26174e2cdc69f (diff)
downloadtdeedu-3fe5b9df0c463a3e9508242ab01f4c0242cf988b.tar.gz
tdeedu-3fe5b9df0c463a3e9508242ab01f4c0242cf988b.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kiten')
-rw-r--r--kiten/kiten.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiten/kiten.cpp b/kiten/kiten.cpp
index a17583f4..f7998a97 100644
--- a/kiten/kiten.cpp
+++ b/kiten/kiten.cpp
@@ -48,7 +48,7 @@
TopLevel::TopLevel(TQWidget *parent, const char *name) : KMainWindow(parent, name)
{
-#if KDE_VERSION > 305
+#if TDE_VERSION > 305
setStandardToolBarMenuEnabled(true);
#endif