summaryrefslogtreecommitdiffstats
path: root/kig/kig/kig.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:14:03 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:14:03 -0500
commit3c23da213e526c49d93694543bbad6288f9e7cbb (patch)
treea802e58b69d59b73e6381ac05147d383487f3ece /kig/kig/kig.h
parent5132b20d9f9183a4b952f43f8f02dfd5e3594811 (diff)
downloadtdeedu-3c23da213e526c49d93694543bbad6288f9e7cbb.tar.gz
tdeedu-3c23da213e526c49d93694543bbad6288f9e7cbb.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'kig/kig/kig.h')
-rw-r--r--kig/kig/kig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/kig/kig.h b/kig/kig/kig.h
index 3522c65f..a042a2ba 100644
--- a/kig/kig/kig.h
+++ b/kig/kig/kig.h
@@ -115,7 +115,7 @@ class Kig : public KParts::MainWindow
private slots:
void fileNew();
void fileOpen();
- // TQt tqmoc doesn't handle ifdef's, so i'm disabling it..
+ // TQt moc doesn't handle ifdef's, so i'm disabling it..
// #ifdef KIG_DONT_USE_NEW_KMAINWINDOW_FEATURES
void optionsShowToolbar();
void optionsShowStatusbar();