summaryrefslogtreecommitdiffstats
path: root/sip/kfile/kurlcombobox.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kfile/kurlcombobox.sip')
-rw-r--r--sip/kfile/kurlcombobox.sip18
1 files changed, 9 insertions, 9 deletions
diff --git a/sip/kfile/kurlcombobox.sip b/sip/kfile/kurlcombobox.sip
index f696ef8..09e36a5 100644
--- a/sip/kfile/kurlcombobox.sip
+++ b/sip/kfile/kurlcombobox.sip
@@ -47,16 +47,16 @@ public:
RemoveBottom
};
- KURLComboBox (KURLComboBox::Mode, QWidget* /TransferThis/ = 0, const char* = 0);
- KURLComboBox (KURLComboBox::Mode, bool, QWidget* /TransferThis/ = 0, const char* = 0);
+ KURLComboBox (KURLComboBox::Mode, TQWidget* /TransferThis/ = 0, const char* = 0);
+ KURLComboBox (KURLComboBox::Mode, bool, TQWidget* /TransferThis/ = 0, const char* = 0);
void setURL (const KURL&);
- void setURLs (QStringList);
- void setURLs (QStringList, KURLComboBox::OverLoadResolving);
- QStringList urls () const;
+ void setURLs (TQStringList);
+ void setURLs (TQStringList, KURLComboBox::OverLoadResolving);
+ TQStringList urls () const;
void setMaxItems (int);
int maxItems () const;
- void addDefaultURL (const KURL&, const QString& = QString ::null );
- void addDefaultURL (const KURL&, const QPixmap&, const QString& = QString ::null );
+ void addDefaultURL (const KURL&, const TQString& = TQString ::null );
+ void addDefaultURL (const KURL&, const TQPixmap&, const TQString& = TQString ::null );
void setDefaults ();
void removeURL (const KURL&, bool = 1);
@@ -73,8 +73,8 @@ protected:
//ig typedef KURLComboBox::_KURLComboItem KURLComboItem;
void init (KURLComboBox::Mode);
//ig void insertURLItem (const KURLComboBox::KURLComboItem*);
- QPixmap getPixmap (const KURL&) const;
-//ig void updateItem (const KURLComboBox::KURLComboItem*, int, const QPixmap&);
+ TQPixmap getPixmap (const KURL&) const;
+//ig void updateItem (const KURLComboBox::KURLComboItem*, int, const TQPixmap&);
}; // class KURLComboBox