diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:55:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:55:40 -0600 |
commit | 73ff676f11662d6178c8854a7832ebffe2ae409d (patch) | |
tree | 9e89ea7d87940087d2d3c5db9b378ef989dd1346 /kexi/tests/parser/main.cpp | |
parent | c2ba2f56121c21a762619faf195e8332ef5b224f (diff) | |
download | koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kexi/tests/parser/main.cpp')
-rw-r--r-- | kexi/tests/parser/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/tests/parser/main.cpp b/kexi/tests/parser/main.cpp index 803e0193d..1b5f80991 100644 --- a/kexi/tests/parser/main.cpp +++ b/kexi/tests/parser/main.cpp @@ -20,7 +20,7 @@ int main(int argc, char **argv) kdDebug() << "main()" << endl; TQFileInfo info=TQFileInfo(argv[0]); prgname = info.baseName().latin1(); - KInstance instance( prgname ); + TDEInstance instance( prgname ); if (argc<2) { return 1; } |