summaryrefslogtreecommitdiffstats
path: root/kommander
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 14:26:52 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-12-23 05:07:42 +0100
commit407fa6384f95ad730e50fe76e0b98370115c4b9b (patch)
tree24a707f48385a529f998710b51c0a5af938dce31 /kommander
parent82f1d0a950210f955aff76449b0233f71175636c (diff)
downloadtdewebdev-407fa6384f95ad730e50fe76e0b98370115c4b9b.tar.gz
tdewebdev-407fa6384f95ad730e50fe76e0b98370115c4b9b.zip
Fix inadvertent tqt changes.
(cherry picked from commit fc01e96e1ec562da4d96d1a9ba818e0f5bb5070f)
Diffstat (limited to 'kommander')
-rw-r--r--kommander/examples/old/widgetgenerator.kmdr2
-rw-r--r--kommander/working/plugintemplate/src-Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kommander/examples/old/widgetgenerator.kmdr b/kommander/examples/old/widgetgenerator.kmdr
index 97267a62..83a6d269 100644
--- a/kommander/examples/old/widgetgenerator.kmdr
+++ b/kommander/examples/old/widgetgenerator.kmdr
@@ -236,7 +236,7 @@ void @className::showEvent( QShowEvent *e )
emit widgetOpened();
}
-#include \"$classNameLower.tqmoc\"
+#include \"$classNameLower.moc\"
"
echo "$headerContent" &gt; @directory/$classNameLower.h
diff --git a/kommander/working/plugintemplate/src-Makefile.am b/kommander/working/plugintemplate/src-Makefile.am
index a7b2ee01..eb7dbe9d 100644
--- a/kommander/working/plugintemplate/src-Makefile.am
+++ b/kommander/working/plugintemplate/src-Makefile.am
@@ -13,7 +13,7 @@ libkmdr%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}plugin.cpp
# these are the headers for your project that won't be installed
-# let autotqmoc handle all of the meta source files (tqmoc)
+# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
AM_CXXFLAGS= -DHAVE_SSTREAM
AM_CPPFLAGS= $(all_includes)