diff options
Diffstat (limited to 'kdeprint/management/kiconselectaction.cpp')
-rw-r--r-- | kdeprint/management/kiconselectaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/management/kiconselectaction.cpp b/kdeprint/management/kiconselectaction.cpp index d2c4c873f..538d6660b 100644 --- a/kdeprint/management/kiconselectaction.cpp +++ b/kdeprint/management/kiconselectaction.cpp @@ -85,7 +85,7 @@ int KIconSelectAction::plug(TQWidget* widget, int index) { KToolBar* bar = static_cast<KToolBar*>(widget); int id = KAction::getToolButtonID(); - // To have a correct layout in the toolbar, a non + // To have a correct tqlayout in the toolbar, a non // empty icon has to be used. Use "unknown" by default. QString iconName = (currentItem() != -1 ? d->m_iconlst[currentItem()] : "unknown"); |