summaryrefslogtreecommitdiffstats
path: root/tdegtk/tdegtk-theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdegtk/tdegtk-theme.cpp')
-rw-r--r--tdegtk/tdegtk-theme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdegtk/tdegtk-theme.cpp b/tdegtk/tdegtk-theme.cpp
index e7e4af7..98c3c12 100644
--- a/tdegtk/tdegtk-theme.cpp
+++ b/tdegtk/tdegtk-theme.cpp
@@ -121,8 +121,8 @@ G_MODULE_EXPORT GtkThemingEngine* create_engine(void) {
argv[0] = (char*) malloc(sizeof(char) * 21);
strncpy(argv[0], "gtk3-tqt-application", 21);
- KAboutData aboutData("gtk3-tqt-engine", I18N_NOOP("gtk3-tqt-engine"), "v0.1",
- "GTK3 TQt theme engine", KAboutData::License_GPL,
+ TDEAboutData aboutData("gtk3-tqt-engine", I18N_NOOP("gtk3-tqt-engine"), "v0.1",
+ "GTK3 TQt theme engine", TDEAboutData::License_GPL,
"(c) 2012, Timothy Pearson",
"", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net");
TDECmdLineArgs::init(argc, const_cast<char**>(argv), &aboutData);