summaryrefslogtreecommitdiffstats
path: root/tools/designer/app/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-02 14:13:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-02 14:13:04 -0600
commit5445c25f501f456239b299d2b8810e4beb97a4f3 (patch)
tree8d41c61dc445faf73fa34eef5c2967a9acb86664 /tools/designer/app/main.cpp
parent534275dec59b0da2facf199a022a35b981c30c50 (diff)
downloadtqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.tar.gz
tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.zip
Automated update from Qt3
Diffstat (limited to 'tools/designer/app/main.cpp')
-rw-r--r--tools/designer/app/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/app/main.cpp b/tools/designer/app/main.cpp
index b88eddbf..99cd0caa 100644
--- a/tools/designer/app/main.cpp
+++ b/tools/designer/app/main.cpp
@@ -186,8 +186,8 @@ int main( int argc, char *argv[] )
signal( SIGTERM, exitHandler );
}
- extern void qInitImages_designercore();
- qInitImages_designercore();
+ extern void qInitImages_tqtdesignercore();
+ qInitImages_tqtdesignercore();
TQSettings config;
TQString keybase = DesignerApplication::settingsKey();