summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/mainwindow.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-02-02 18:19:30 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-02-02 18:20:26 +0100
commitdab0c5cd15ce05ca022ec8229a8b3776607beaef (patch)
treee71481179cae766c4f2d3e93030dab3e39ad1052 /tools/designer/designer/mainwindow.cpp
parent2ee14b64a584bc2fbad51969d61cc27600c9bd10 (diff)
downloadtqt3-dab0c5cd15ce05ca022ec8229a8b3776607beaef.tar.gz
tqt3-dab0c5cd15ce05ca022ec8229a8b3776607beaef.zip
Fix FTBFS due to hidden visibility
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 a112a0ba..3c837a9d 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;
-MainWindow *MainWindow::self = 0;
+Q_EXPORT MainWindow *MainWindow::self = 0;
TQString assistantPath()
{
@@ -150,7 +150,7 @@ static TQString textNoAccel( const TQString& text)
}
-MainWindow::MainWindow( bool asClient, bool single, const TQString &plgDir )
+Q_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 ),