From c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:17:16 -0600 Subject: Rename obsolete tq methods to standard names --- ksayit/src/fx_setup.ui | 10 +++++----- ksayit/src/ksayit.cpp | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'ksayit/src') diff --git a/ksayit/src/fx_setup.ui b/ksayit/src/fx_setup.ui index fb7285e..4e9e975 100644 --- a/ksayit/src/fx_setup.ui +++ b/ksayit/src/fx_setup.ui @@ -24,7 +24,7 @@ - tqlayout7 + layout7 @@ -32,7 +32,7 @@ - tqlayout3 + layout3 @@ -61,7 +61,7 @@ - tqlayout4 + layout4 @@ -139,7 +139,7 @@ - tqlayout5 + layout5 @@ -173,7 +173,7 @@ - tqlayout8 + layout8 diff --git a/ksayit/src/ksayit.cpp b/ksayit/src/ksayit.cpp index 6cfb056..101bd86 100644 --- a/ksayit/src/ksayit.cpp +++ b/ksayit/src/ksayit.cpp @@ -92,7 +92,7 @@ KSayItApp::KSayItApp(TQWidget* parent, const char* name, WFlags f, TQT_TQOBJECT(this), TQT_SLOT(slotPreferences()) ); // init Clipboard - cb = TQApplication::tqclipboard(); + cb = TQApplication::clipboard(); connect(cb, TQT_SIGNAL(dataChanged()), TQT_TQOBJECT(this), TQT_SLOT(slotClipboardChanged()) ); // create SystemTray object -- cgit v1.2.1