diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:36:33 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 17:36:33 -0500 |
commit | c8388916e47a7fdf453c5c83339c362bb016d140 (patch) | |
tree | 9b5ec7ce2a39bc1ac3022f512f896868285e1547 /kdevdesigner | |
parent | 3d1c7581ff395fc373ca4b8bd8f65b540b37b12f (diff) | |
download | tdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.tar.gz tdevelop-c8388916e47a7fdf453c5c83339c362bb016d140.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'kdevdesigner')
-rw-r--r-- | kdevdesigner/designer/project.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/project.cpp b/kdevdesigner/designer/project.cpp index 44678dc5..23bcbfe2 100644 --- a/kdevdesigner/designer/project.cpp +++ b/kdevdesigner/designer/project.cpp @@ -691,7 +691,7 @@ void Project::save( bool onlyProjectFile ) contents += "unix {\n" " UI_DIR = .ui\n" - " TQMOC_DIR = .moc\n" + " MOC_DIR = .moc\n" " OBJECTS_DIR = .obj\n" "}\n"; } |