summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/designerapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/designer/designerapp.cpp')
-rw-r--r--tools/designer/designer/designerapp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/designer/designerapp.cpp b/tools/designer/designer/designerapp.cpp
index f3347446..bea6ac4a 100644
--- a/tools/designer/designer/designerapp.cpp
+++ b/tools/designer/designer/designerapp.cpp
@@ -58,7 +58,7 @@ void set_splash_status( const TQString &txt )
splash->message( splashText, TQt::AlignRight|TQt::AlignTop );
}
-DesignerApplication::DesignerApplication( int &argc, char **argv )
+Q_EXPORT DesignerApplication::DesignerApplication( int &argc, char **argv )
: TQApplication( argc, argv )
{
#if defined(Q_WS_WIN)
@@ -69,7 +69,7 @@ DesignerApplication::DesignerApplication( int &argc, char **argv )
#endif
}
-TQSplashScreen *DesignerApplication::showSplash()
+Q_EXPORT TQSplashScreen *DesignerApplication::showSplash()
{
TQRect screen = TQApplication::desktop()->screenGeometry();
TQSettings config;
@@ -101,7 +101,7 @@ void DesignerApplication::closeSplash()
static TQString *settings_key = 0;
static TQString *old_settings_key = 0;
-TQString DesignerApplication::settingsKey()
+Q_EXPORT TQString DesignerApplication::settingsKey()
{
if ( !settings_key )
settings_key = new TQString( "/TQt Designer/" +