summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:46:36 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-10 18:55:18 +0100
commit9701dcae660dcc652a6c67c740dcff2cc2bccead (patch)
treed62a3183a92f6a21b9db040a8cf9148cc1b87119
parent052f2735cd294de1029f90b3d94b82bbaf2c9cd0 (diff)
downloadtdepim-9701dcae660dcc652a6c67c740dcff2cc2bccead.tar.gz
tdepim-9701dcae660dcc652a6c67c740dcff2cc2bccead.zip
Fix inadvertent tq changes.
(cherry picked from commit 653a31f84c6fc67e799171303537e3c883874e20)
-rw-r--r--kode/printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/printer.cpp b/kode/printer.cpp
index 6f36d30e..49f3ce31 100644
--- a/kode/printer.cpp
+++ b/kode/printer.cpp
@@ -312,7 +312,7 @@ TQString Printer::classImplementation( const Class &c )
if ( c.isTQObject() ) {
code.newLine();
- code += "#include \"" + c.name().lower() + ".tqmoc\"";
+ code += "#include \"" + c.name().lower() + ".moc\"";
}
return code.text();