summaryrefslogtreecommitdiffstats
path: root/korganizer/koglobals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koglobals.cpp')
-rw-r--r--korganizer/koglobals.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/korganizer/koglobals.cpp b/korganizer/koglobals.cpp
index 814ea178e..8f41e82cd 100644
--- a/korganizer/koglobals.cpp
+++ b/korganizer/koglobals.cpp
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include <tqapplication.h>
@@ -126,11 +126,7 @@ void KOGlobals::fitDialogToScreen( TQWidget *wid, bool force )
bool KOGlobals::reverseLayout()
{
-#if QT_VERSION >= 0x030000
return TQApplication::reverseLayout();
-#else
- return false;
-#endif
}
TQPixmap KOGlobals::smallIcon( const TQString& name )