diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 14:15:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 14:15:01 -0600 |
commit | 1b89319fd93b88313cab40f1e9de24c067b04efb (patch) | |
tree | 80132996de993c3dcab4040864d7729842875b2d /src/profilenetworkrouteoptions.h | |
parent | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff) | |
download | kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip |
Initial TQt conversion
Diffstat (limited to 'src/profilenetworkrouteoptions.h')
-rw-r--r-- | src/profilenetworkrouteoptions.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/profilenetworkrouteoptions.h b/src/profilenetworkrouteoptions.h index 8df59ff..ccf3782 100644 --- a/src/profilenetworkrouteoptions.h +++ b/src/profilenetworkrouteoptions.h @@ -21,8 +21,8 @@ #define PROFILENETWORKROUTEOPTIONS_H #include "profilenetworkrouteoptionsbase.h" -#include <qwidget.h> -#include <qpopupmenu.h> +#include <tqwidget.h> +#include <tqpopupmenu.h> /** @author Christoph Thielecke @@ -30,8 +30,9 @@ class ProfileNetworkRouteOptions : public ProfileNetworkRouteOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfileNetworkRouteOptions(QWidget *parent); + ProfileNetworkRouteOptions(TQWidget *parent); ~ProfileNetworkRouteOptions(); bool dialogModified; @@ -42,11 +43,11 @@ public slots: void editNetworkRouteClicked(); void additionalNetworkRoutesToggled(bool); void checkList(); - void contextMenuRequested ( QListViewItem *, const QPoint &, int ); + void contextMenuRequested ( TQListViewItem *, const TQPoint &, int ); void doContextMenuAction ( int ); private: - QPopupMenu *ContextMenu; + TQPopupMenu *ContextMenu; private slots: void dialogChanged(); |