summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqapplication.h')
-rw-r--r--src/kernel/tqapplication.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/kernel/tqapplication.h b/src/kernel/tqapplication.h
index f8915c5b9..0d375c1ee 100644
--- a/src/kernel/tqapplication.h
+++ b/src/kernel/tqapplication.h
@@ -111,7 +111,7 @@ public:
static void setColorSpec( int );
#ifndef TQT_NO_CURSOR
static TQCursor *overrideCursor();
- static void setOverrideCursor( const TQCursor &, bool replace=FALSE );
+ static void setOverrideCursor( const TQCursor &, bool replace=false );
static void restoreOverrideCursor();
#endif
static bool hasGlobalMouseTracking();
@@ -119,11 +119,11 @@ public:
#ifndef TQT_NO_PALETTE
static TQPalette palette( const TQWidget* = 0 );
static TQPalette palette( TQStringList );
- static void setPalette( const TQPalette &, bool informWidgets=FALSE,
+ static void setPalette( const TQPalette &, bool informWidgets=false,
const char* className = 0 );
#endif
static TQFont font( const TQWidget* = 0 );
- static void setFont( const TQFont &, bool informWidgets=FALSE,
+ static void setFont( const TQFont &, bool informWidgets=false,
const char* className = 0 );
static TQFontMetrics fontMetrics();
@@ -144,8 +144,8 @@ public:
TQWidget *focusWidget() const;
TQWidget *activeWindow() const;
- static TQWidget *widgetAt( int x, int y, bool child=FALSE );
- static TQWidget *widgetAt( const TQPoint &, bool child=FALSE );
+ static TQWidget *widgetAt( int x, int y, bool child=false );
+ static TQWidget *widgetAt( const TQPoint &, bool child=false );
static TQEventLoop *eventLoop();
@@ -199,7 +199,7 @@ public:
static void setWinStyleHighlightColor( const TQColor &c ) {
TQPalette p( palette() );
p.setColor( TQColorGroup::Highlight, c );
- setPalette( p, TRUE);
+ setPalette( p, true);
}
static const TQColor &winStyleHighlightColor() {
return palette().active().highlight();
@@ -237,7 +237,7 @@ public:
static int horizontalAlignment( int align );
static bool isEffectEnabled( TQt::UIEffect );
- static void setEffectEnabled( TQt::UIEffect, bool enable = TRUE );
+ static void setEffectEnabled( TQt::UIEffect, bool enable = true );
#if defined(TQ_WS_MAC)
virtual bool macEventFilter( EventHandlerCallRef, EventRef );
@@ -288,7 +288,7 @@ public:
void wakeUpCoreThread();
#if defined(TQT_THREAD_SUPPORT)
void lock();
- void unlock(bool wakeUpCore = TRUE);
+ void unlock(bool wakeUpCore = true);
bool locked();
bool tryLock();
#endif