diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:34:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:34:45 -0600 |
commit | 6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71 (patch) | |
tree | 35c87e21025b800ecd5840f96a9638c964e930b8 /krdc/rdp/rdpprefs.ui.h | |
parent | b251e315b57c6665336289a940e9b1d4a179e463 (diff) | |
download | tdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.tar.gz tdenetwork-6efceb1cf68e8a942d28bba4be8fa65b2e8f3c71.zip |
Rename additional global TQt functions
Diffstat (limited to 'krdc/rdp/rdpprefs.ui.h')
-rw-r--r-- | krdc/rdp/rdpprefs.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/rdp/rdpprefs.ui.h b/krdc/rdp/rdpprefs.ui.h index 8e091cf8..f6fb7998 100644 --- a/krdc/rdp/rdpprefs.ui.h +++ b/krdc/rdp/rdpprefs.ui.h @@ -73,7 +73,7 @@ int RdpPrefs::rdpHeight() int RdpPrefs::colorDepth() { - qDebug("current depth: %i", cmbColorDepth->currentItem() ); + tqDebug("current depth: %i", cmbColorDepth->currentItem() ); switch (cmbColorDepth->currentItem()) { case 0: |