summaryrefslogtreecommitdiffstats
path: root/libkonq/konq_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkonq/konq_operations.h')
-rw-r--r--libkonq/konq_operations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkonq/konq_operations.h b/libkonq/konq_operations.h
index f9134bcde..fa47b4abe 100644
--- a/libkonq/konq_operations.h
+++ b/libkonq/konq_operations.h
@@ -34,7 +34,7 @@ class KonqMainWindow;
* Implements file operations (move,del,trash,shred,paste,copy,move,link...)
* for konqueror and kdesktop whatever the view mode is (icon, tree, ...)
*/
-class LIBKONQ_EXPORT KonqOperations : public QObject
+class LIBKONQ_EXPORT KonqOperations : public TQObject
{
Q_OBJECT
protected:
@@ -173,7 +173,7 @@ protected:
void setPasteInfo( KIOPasteInfo * info ) { m_pasteInfo = info; }
private:
- TQWidget* parentWidget() const;
+ TQWidget* tqparentWidget() const;
protected slots: