diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 12:32:58 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-12-22 20:50:31 +0100 |
commit | 833b2e4d81ee3e652d8adb5b4aa5af7aba0f0dc9 (patch) | |
tree | 49ea1f29f999401482f35bdf2fabcbb4d5bd9f5d /kmplot | |
parent | 0d1cd2a060f2e68a1ec0d5563ce669467e69afbc (diff) | |
download | tdeedu-833b2e4d81ee3e652d8adb5b4aa5af7aba0f0dc9.tar.gz tdeedu-833b2e4d81ee3e652d8adb5b4aa5af7aba0f0dc9.zip |
Fix inadvertent tq changes.
(cherry picked from commit cb75118ab9c9fa5212e3c75e93ddb6a2fbf21453)
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/kmplotprogress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmplot/kmplot/kmplotprogress.cpp b/kmplot/kmplot/kmplotprogress.cpp index e2b204f3..c470c8ba 100644 --- a/kmplot/kmplot/kmplotprogress.cpp +++ b/kmplot/kmplot/kmplotprogress.cpp @@ -27,7 +27,7 @@ #include <kprogress.h> #include "kmplotprogress.h" -//#include "kmplotprogress.tqmoc.cpp" +//#include "kmplotprogress.moc.cpp" KmPlotProgress::KmPlotProgress( TQWidget* parent, const char* name ) : TQWidget( parent, name) { |