diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:02:05 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:02:05 -0600 |
| commit | edba9303c61d4519fb6fb3dbaba371550ecad8f2 (patch) | |
| tree | 7a048203d7b814f3c3e171ff86090583f4c7b3df /src/wlassistant.h | |
| parent | 744281dc98366d7209385b6511e5116643cada42 (diff) | |
| download | wlassistant-edba9303c61d4519fb6fb3dbaba371550ecad8f2.tar.gz wlassistant-edba9303c61d4519fb6fb3dbaba371550ecad8f2.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/wlassistant.h')
| -rw-r--r-- | src/wlassistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wlassistant.h b/src/wlassistant.h index ec094e8..4edc36d 100644 --- a/src/wlassistant.h +++ b/src/wlassistant.h @@ -38,7 +38,7 @@ class NetListViewItem; class WirelessAssistant : public mainWindow { Q_OBJECT - TQ_OBJECT + public: /*$PUBLIC_FUNCTIONS$*/ |
