diff options
Diffstat (limited to 'src/kima.cpp')
-rw-r--r-- | src/kima.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kima.cpp b/src/kima.cpp index bb63a69..b19c9f0 100644 --- a/src/kima.cpp +++ b/src/kima.cpp @@ -99,7 +99,7 @@ Kima::Kima(const TQString& inConfigFile, Type inType, int inActions, TQWidget* i // automatically delete pointers mSources.setAutoDelete(TRUE); - // create tqlayout + // create layout mLayout = new FlowLayout(this, orientation() ); mLayout->setSpacing(8); @@ -406,7 +406,7 @@ void Kima::registerSource(Source* source) { // this call also emits enabledChanged source->loadPrefs(mKConfig); - // add the source to the tqlayout if necessary + // add the source to the layout if necessary displaySource(source->isEnabled() && source->showOnApplet(), source); // connection to add and remove sources from mLayout |