summaryrefslogtreecommitdiffstats
path: root/src/aboutklamav.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aboutklamav.h')
-rw-r--r--src/aboutklamav.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/aboutklamav.h b/src/aboutklamav.h
index 9bd2167..0d3452c 100644
--- a/src/aboutklamav.h
+++ b/src/aboutklamav.h
@@ -17,12 +17,12 @@
class KPrinter;
class KToggleAction;
class KURL;
-class QLineEdit;
-class QComboBox;
-class QCheckBox;
-class QListBox;
-class QPushButton;
-class QLabel;
+class TQLineEdit;
+class TQComboBox;
+class TQCheckBox;
+class TQListBox;
+class TQPushButton;
+class TQLabel;
class KProcess;
class KConfig;
class KURLRequester;
@@ -42,14 +42,14 @@ namespace KlamAV
* @author $AUTHOR <$EMAIL>
* @version $APP_VERSION
*/
-class Aboutklamav : public QWidget
+class Aboutklamav : public TQWidget
{
Q_OBJECT
public:
/**
* Default Constructor
*/
- Aboutklamav(QWidget *parent, const char *name=0);
+ Aboutklamav(TQWidget *parent, const char *name=0);
/**
* Default Destructor
@@ -60,14 +60,14 @@ public:
* Use this method to load whatever file/URL you have
*/
void load(const KURL& url);
- void setDirName(QString);
+ void setDirName(TQString);
protected:
/**
- * Overridden virtuals for Qt drag 'n drop (XDND)
+ * Overridden virtuals for TQt drag 'n drop (XDND)
*/
- /*virtual void dragEnterEvent(QDragEnterEvent *event);
- virtual void dropEvent(QDropEvent *event);*/
+ /*virtual void dragEnterEvent(TQDragEnterEvent *event);
+ virtual void dropEvent(TQDropEvent *event);*/
protected:
/**
@@ -97,8 +97,8 @@ private slots:
void optionsPreferences();
void newToolbarConfig();
*/
- //void changeStatusbar(const QString& text);
- //void changeCaption(const QString& text);
+ //void changeStatusbar(const TQString& text);
+ //void changeCaption(const TQString& text);
private:
void setupAccel();
@@ -113,7 +113,7 @@ private:
KlamAV::PageViewer* homepage;
KlamAV::TabWidget* tabBrowser;
signals:
- void itemSelected(QString abs_filename, int line);
+ void itemSelected(TQString abs_filename, int line);
public slots:
@@ -121,14 +121,14 @@ private slots:
protected slots:
void slotOpenTabPlain(const KURL& url, bool background = false);
- void slotTabCaption(const QString &capt);
+ void slotTabCaption(const TQString &capt);
private:
- QPushButton *about_button;
+ TQPushButton *about_button;
KConfig *config;
- QComboBox *check_combo;
- QLabel *notes_label;
+ TQComboBox *check_combo;
+ TQLabel *notes_label;
};
#endif // _Aboutklamav_H_