summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/designer/mainwindow.cpp')
-rw-r--r--tools/designer/designer/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp
index 969ba868..cf72b728 100644
--- a/tools/designer/designer/mainwindow.cpp
+++ b/tools/designer/designer/mainwindow.cpp
@@ -129,7 +129,7 @@ extern void set_splash_status( const TQString &txt );
extern TQObject* qwf_form_object;
extern TQString *qwf_plugin_dir;
-Q_EXPORT MainWindow *MainWindow::self = 0;
+TQ_EXPORT MainWindow *MainWindow::self = 0;
TQString assistantPath()
{
@@ -150,7 +150,7 @@ static TQString textNoAccel( const TQString& text)
}
-Q_EXPORT MainWindow::MainWindow( bool asClient, bool single, const TQString &plgDir )
+TQ_EXPORT MainWindow::MainWindow( bool asClient, bool single, const TQString &plgDir )
: TQMainWindow( 0, "designer_mainwindow", WType_TopLevel | (single ? 0 : WDestructiveClose) | WGroupLeader ),
grd( 10, 10 ), sGrid( TRUE ), snGrid( TRUE ), restoreConfig( TRUE ), splashScreen( TRUE ),
fileFilter( tr( "TQt User-Interface Files (*.ui)" ) ), client( asClient ),