diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:58:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:58:35 -0600 |
commit | 45794e38a2e63ec524e44d45c47b5894879906a3 (patch) | |
tree | 976c5fd75ca54ce31f9c0cb07e531d2aa6c88db3 /src/resultlistview.h | |
parent | af16f2796aed9a860d405ba77193bf4b9b90c21e (diff) | |
download | abakus-45794e38a2e63ec524e44d45c47b5894879906a3.tar.gz abakus-45794e38a2e63ec524e44d45c47b5894879906a3.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/resultlistview.h')
-rw-r--r-- | src/resultlistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resultlistview.h b/src/resultlistview.h index 9d26d77..5392ad0 100644 --- a/src/resultlistview.h +++ b/src/resultlistview.h @@ -34,7 +34,7 @@ namespace ResultList { class ResultListView : public KListView { Q_OBJECT - TQ_OBJECT + public: ResultListView(TQWidget *parent = 0, const char *name = "result list view"); |