diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:51:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:51:14 -0600 |
commit | 282bd68ced7547ae53f552b23c0ef3ad799aec5f (patch) | |
tree | 5a18e6614be6943224b34a5c80bd26701262790b /src | |
parent | df69025b8a75829757a755458400e648f15b8c86 (diff) | |
download | gtk-qt-engine-282bd68ced7547ae53f552b23c0ef3ad799aec5f.tar.gz gtk-qt-engine-282bd68ced7547ae53f552b23c0ef3ad799aec5f.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/qt_qt_wrapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp index 4ef9672..8448087 100644 --- a/src/qt_qt_wrapper.cpp +++ b/src/qt_qt_wrapper.cpp @@ -171,8 +171,8 @@ void createTQApp() argv[0] = (char*) malloc(sizeof(char) * 19); strncpy(argv[0], "gtk-qt-application", 19); - KAboutData aboutData("gtk-qt-engine", I18N_NOOP("gtk-qt-engine"), "v0.1", - "GTK Qt theme engine", KAboutData::License_GPL, + TDEAboutData aboutData("gtk-qt-engine", I18N_NOOP("gtk-qt-engine"), "v0.1", + "GTK Qt theme engine", TDEAboutData::License_GPL, "(c) 2011, Timothy Pearson", "message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net"); TDECmdLineArgs::init(argc, argv, &aboutData); |