summaryrefslogtreecommitdiffstats
path: root/kexi/migration
diff options
context:
space:
mode:
authorRay Vine <[email protected]>2018-05-22 01:06:43 +0200
committerSlávek Banko <[email protected]>2018-05-22 01:07:01 +0200
commitde36358edd2e01c8dc94f600dbfc427db0f01db5 (patch)
tree254ac8c05b9d3d15b5d538a297d60587b7eb0f48 /kexi/migration
parenta19d80cc949303ba0f602fd109aa4e3232f3a138 (diff)
downloadkoffice-de36358edd2e01c8dc94f600dbfc427db0f01db5.tar.gz
koffice-de36358edd2e01c8dc94f600dbfc427db0f01db5.zip
Fix FTBFS with clang
This resolves bug 2897 Signed-off-by: Ray Vine <[email protected]> (cherry picked from commit c4956ecd02d5e37cc4262cb9a33370414f32a010)
Diffstat (limited to 'kexi/migration')
-rw-r--r--kexi/migration/keximigratetest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/migration/keximigratetest.cpp b/kexi/migration/keximigratetest.cpp
index a1b03c68..7d192b4c 100644
--- a/kexi/migration/keximigratetest.cpp
+++ b/kexi/migration/keximigratetest.cpp
@@ -38,7 +38,7 @@ using namespace KexiMigration;
int main(int argc, char *argv[])
{
- TDEApplication app(argc, argv, "Kexi Migrate Test");
+ TDEApplication app(argc, argv, TQCString("Kexi Migrate Test"));
ImportWizard* iw = new ImportWizard();
iw->setGeometry(300,300,300,250);