From b0f531735b0175ba112ceb87d01731a7b2334772 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:24:43 -0600 Subject: Rename obsolete tq methods to standard names --- quanta/components/csseditor/csseditors.ui | 2 +- quanta/components/csseditor/cssselectors.ui | 12 ++++++------ quanta/components/csseditor/data/config.xml | 8 ++++---- quanta/components/csseditor/encodingselectors.ui | 6 +++--- quanta/components/csseditor/fontfamilychoosers.ui | 20 ++++++++++---------- quanta/components/cvsservice/cvsupdatetodlgs.ui | 2 +- quanta/components/debugger/variableslistview.cpp | 2 +- 7 files changed, 26 insertions(+), 26 deletions(-) (limited to 'quanta/components') diff --git a/quanta/components/csseditor/csseditors.ui b/quanta/components/csseditor/csseditors.ui index f47d5edd..2661d75d 100644 --- a/quanta/components/csseditor/csseditors.ui +++ b/quanta/components/csseditor/csseditors.ui @@ -41,7 +41,7 @@ - tqlayout6 + layout6 diff --git a/quanta/components/csseditor/cssselectors.ui b/quanta/components/csseditor/cssselectors.ui index c4e8c4f5..cb4ed81b 100644 --- a/quanta/components/csseditor/cssselectors.ui +++ b/quanta/components/csseditor/cssselectors.ui @@ -24,7 +24,7 @@ - tqlayout11 + layout11 @@ -70,7 +70,7 @@ - tqlayout1 + layout1 @@ -111,7 +111,7 @@ - tqlayout13 + layout13 @@ -412,7 +412,7 @@ - tqlayout14 + layout14 @@ -606,7 +606,7 @@ - tqlayout13 + layout13 @@ -800,7 +800,7 @@ - tqlayout17 + layout17 diff --git a/quanta/components/csseditor/data/config.xml b/quanta/components/csseditor/data/config.xml index 988041ca..15fd659f 100644 --- a/quanta/components/csseditor/data/config.xml +++ b/quanta/components/csseditor/data/config.xml @@ -469,9 +469,9 @@ - + - + @@ -503,9 +503,9 @@ - + - + diff --git a/quanta/components/csseditor/encodingselectors.ui b/quanta/components/csseditor/encodingselectors.ui index 38123b7f..178eacc4 100644 --- a/quanta/components/csseditor/encodingselectors.ui +++ b/quanta/components/csseditor/encodingselectors.ui @@ -21,7 +21,7 @@ - tqlayout3 + layout3 @@ -29,7 +29,7 @@ - tqlayout1 + layout1 @@ -52,7 +52,7 @@ - tqlayout2 + layout2 diff --git a/quanta/components/csseditor/fontfamilychoosers.ui b/quanta/components/csseditor/fontfamilychoosers.ui index 2622216d..7675741a 100644 --- a/quanta/components/csseditor/fontfamilychoosers.ui +++ b/quanta/components/csseditor/fontfamilychoosers.ui @@ -32,7 +32,7 @@ - tqlayout42 + layout42 @@ -40,7 +40,7 @@ - tqlayout40 + layout40 @@ -48,7 +48,7 @@ - tqlayout39 + layout39 @@ -56,7 +56,7 @@ - tqlayout36 + layout36 @@ -64,7 +64,7 @@ - tqlayout20 + layout20 @@ -87,7 +87,7 @@ - tqlayout15 + layout15 @@ -145,7 +145,7 @@ - tqlayout38 + layout38 @@ -318,7 +318,7 @@ - tqlayout6 + layout6 @@ -358,7 +358,7 @@ - tqlayout41 + layout41 @@ -383,7 +383,7 @@ - tqlayout9 + layout9 diff --git a/quanta/components/cvsservice/cvsupdatetodlgs.ui b/quanta/components/cvsservice/cvsupdatetodlgs.ui index 98f2b159..d4d2dc7b 100644 --- a/quanta/components/cvsservice/cvsupdatetodlgs.ui +++ b/quanta/components/cvsservice/cvsupdatetodlgs.ui @@ -115,7 +115,7 @@ - tqlayout5 + layout5 diff --git a/quanta/components/debugger/variableslistview.cpp b/quanta/components/debugger/variableslistview.cpp index 7d428bc0..40df91c0 100644 --- a/quanta/components/debugger/variableslistview.cpp +++ b/quanta/components/debugger/variableslistview.cpp @@ -284,7 +284,7 @@ void VariablesListView::slotVariableCopyToClipboard( ) DebuggerVariable *v = selected(true); if(!v) return; - TQApplication::tqclipboard()->setText(v->value()); + TQApplication::clipboard()->setText(v->value()); } #include "variableslistview.moc" -- cgit v1.2.1