diff --git a/kate/data/isocpp.xml b/kate/data/isocpp.xml index 3d3736723..3bbeb9f01 100644 --- a/kate/data/isocpp.xml +++ b/kate/data/isocpp.xml @@ -198,9 +198,7 @@ TQ_SCRIPTABLE TQ_SETS TQ_SIGNAL - TQ_SIGNALS TQ_SLOT - TQ_SLOTS TQ_UNUSED connect disconnect diff --git a/kate/data/objectivec.xml b/kate/data/objectivec.xml index 7d36b3d0c..a07940916 100644 --- a/kate/data/objectivec.xml +++ b/kate/data/objectivec.xml @@ -121,9 +121,7 @@ TQ_SCRIPTABLE TQ_SETS TQ_SIGNAL - TQ_SIGNALS TQ_SLOT - TQ_SLOTS TQ_UNUSED connect disconnect diff --git a/kate/data/objectivecpp.xml b/kate/data/objectivecpp.xml index 472d17bf6..bfe4298d4 100644 --- a/kate/data/objectivecpp.xml +++ b/kate/data/objectivecpp.xml @@ -166,9 +166,7 @@ TQ_SCRIPTABLE TQ_SETS TQ_SIGNAL - TQ_SIGNALS TQ_SLOT - TQ_SLOTS TQ_UNUSED connect disconnect diff --git a/kate/part/kateautoindent.cpp b/kate/part/kateautoindent.cpp index b6abe9b84..f4a9df273 100644 --- a/kate/part/kateautoindent.cpp +++ b/kate/part/kateautoindent.cpp @@ -479,8 +479,6 @@ void KateCSmartIndent::processLine (KateDocCursor &line) textLine->stringAtPos (firstChar, "private") || textLine->stringAtPos (firstChar, "protected") || textLine->stringAtPos (firstChar, "signals") || - textLine->stringAtPos (firstChar, "Q_SIGNALS") || - textLine->stringAtPos (firstChar, "Q_SLOTS") || textLine->stringAtPos (firstChar, "slots")) { indent = findOpeningBrace(line) + indentWidth; @@ -859,12 +857,8 @@ uint KateCSmartIndent::calcIndent(KateDocCursor &begin, bool needContinue) ch = textLine->getChar(specialIndent + 9); else if (textLine->stringAtPos(specialIndent, "signals")) ch = textLine->getChar(specialIndent + 7); - else if (textLine->stringAtPos(specialIndent, "Q_SIGNALS")) - ch = textLine->getChar(specialIndent + 9); else if (textLine->stringAtPos(specialIndent, "slots")) ch = textLine->getChar(specialIndent + 5); - else if (textLine->stringAtPos(specialIndent, "Q_SLOTS")) - ch = textLine->getChar(specialIndent + 7); if (ch.isNull() || (!ch.isSpace() && ch != '(' && ch != ':')) continue; diff --git a/tdehtml/kjserrordlg.ui b/tdehtml/kjserrordlg.ui index 1c105d937..78d33aa8c 100644 --- a/tdehtml/kjserrordlg.ui +++ b/tdehtml/kjserrordlg.ui @@ -120,12 +120,12 @@ ksqueezedtextlabel.h kactivelabel.h - + init() addError( const TQString & error ) setURL( const TQString & url ) clear() - + diff --git a/tdeio/misc/tdewalletd/kbetterthankdialogbase.ui b/tdeio/misc/tdewalletd/kbetterthankdialogbase.ui index ae52f96e0..8f72031e3 100644 --- a/tdeio/misc/tdewalletd/kbetterthankdialogbase.ui +++ b/tdeio/misc/tdewalletd/kbetterthankdialogbase.ui @@ -140,12 +140,12 @@ kactivelabel.h kbetterthankdialogbase.ui.h - + clicked() setLabel( const TQString & label ) init() accept() reject() - + diff --git a/tdeio/misc/tdewalletd/tdewalletwizard.ui b/tdeio/misc/tdewalletd/tdewalletwizard.ui index 3e034bac1..1cad5f4a0 100644 --- a/tdeio/misc/tdewalletd/tdewalletwizard.ui +++ b/tdeio/misc/tdewalletd/tdewalletwizard.ui @@ -534,12 +534,12 @@ tdelocale.h tdewalletwizard.ui.h - + passwordPageUpdate() init() setAdvanced() setBasic() destroy() - +