diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:17:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:17:16 -0600 |
commit | c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2 (patch) | |
tree | 058c11d7f94face85bf6cedd2ec1c20ee47f1791 /ksayit/src | |
parent | 92994ee2036ac7c4c68747f67dbc0ecbaf4c250c (diff) | |
download | tdeaccessibility-c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2.tar.gz tdeaccessibility-c7ce89fcae12a35ac8bfa9b908854c50ca0ceee2.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'ksayit/src')
-rw-r--r-- | ksayit/src/fx_setup.ui | 10 | ||||
-rw-r--r-- | ksayit/src/ksayit.cpp | 2 |
2 files changed, 6 insertions, 6 deletions
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 @@ </property> <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> - <cstring>tqlayout7</cstring> + <cstring>layout7</cstring> </property> <hbox> <property name="name"> @@ -32,7 +32,7 @@ </property> <widget class="TQLayoutWidget"> <property name="name"> - <cstring>tqlayout3</cstring> + <cstring>layout3</cstring> </property> <vbox> <property name="name"> @@ -61,7 +61,7 @@ </widget> <widget class="TQLayoutWidget"> <property name="name"> - <cstring>tqlayout4</cstring> + <cstring>layout4</cstring> </property> <vbox> <property name="name"> @@ -139,7 +139,7 @@ </widget> <widget class="TQLayoutWidget"> <property name="name"> - <cstring>tqlayout5</cstring> + <cstring>layout5</cstring> </property> <vbox> <property name="name"> @@ -173,7 +173,7 @@ </widget> <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> - <cstring>tqlayout8</cstring> + <cstring>layout8</cstring> </property> <hbox> <property name="name"> 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 |