diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:34:11 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:34:11 -0500 |
commit | 1408f1d20b8955adfde16b000fff26686877ff1a (patch) | |
tree | 6d251d3956764d1469c1203e7897a0a7c09f2765 /src/Makefile.am | |
parent | e076df9f6716611abd538ca497387a70eef5dd95 (diff) | |
download | dolphin-1408f1d20b8955adfde16b000fff26686877ff1a.tar.gz dolphin-1408f1d20b8955adfde16b000fff26686877ff1a.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bc2849b..a2f6b97 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,7 @@ noinst_HEADERS = bookmarkselector.h bookmarkssettingspage.h \ urlbutton.h urlnavigator.h urlnavigatorbutton.h viewproperties.h \ viewpropertiesdialog.h viewsettingspage.h -# let autotqmoc handle all of the meta source files (tqmoc) +# let automoc handle all of the meta source files (moc) METASOURCES = AUTO messages: rc.cpp |