diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:55:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:55:31 -0600 |
commit | 3fe5b9df0c463a3e9508242ab01f4c0242cf988b (patch) | |
tree | 16e962a424e95227aee330976ea015dedcc0fd37 /kiten/kiten.cpp | |
parent | e264bfc07830bec4b82578e3d7a26174e2cdc69f (diff) | |
download | tdeedu-3fe5b9df0c463a3e9508242ab01f4c0242cf988b.tar.gz tdeedu-3fe5b9df0c463a3e9508242ab01f4c0242cf988b.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'kiten/kiten.cpp')
-rw-r--r-- | kiten/kiten.cpp | 2 |
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 |