summaryrefslogtreecommitdiffstats
path: root/smb4k/iconview/smb4ksharesiconviewtooltip.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:39 -0600
commit30cc1f3718654ea8ccd594073d47544680d11182 (patch)
tree9f0a173e07dd98755eee6dd8a1332171378f2076 /smb4k/iconview/smb4ksharesiconviewtooltip.h
parentf3a9c5ace2048794e4432ddc71401b41d3361e4b (diff)
downloadsmb4k-30cc1f3718654ea8ccd594073d47544680d11182.tar.gz
smb4k-30cc1f3718654ea8ccd594073d47544680d11182.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f3a9c5ace2048794e4432ddc71401b41d3361e4b.
Diffstat (limited to 'smb4k/iconview/smb4ksharesiconviewtooltip.h')
-rw-r--r--smb4k/iconview/smb4ksharesiconviewtooltip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/smb4k/iconview/smb4ksharesiconviewtooltip.h b/smb4k/iconview/smb4ksharesiconviewtooltip.h
index f009a1b..4b61345 100644
--- a/smb4k/iconview/smb4ksharesiconviewtooltip.h
+++ b/smb4k/iconview/smb4ksharesiconviewtooltip.h
@@ -33,7 +33,7 @@
// TQt includes
#include <tqlabel.h>
#include <tqpoint.h>
-#include <layout.h>
+#include <tqlayout.h>
// Forward declarations:
class Smb4KSharesIconViewItem;
@@ -115,7 +115,7 @@ class Smb4KSharesIconViewToolTip : public TQLabel
Smb4KSharesIconViewItem *m_item;
/**
- * The layout of the tool tip.
+ * The tqlayout of the tool tip.
*/
TQGridLayout *m_layout;