-rw-r--r-- | noncore/unsupported/oipkg/packagelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/packagelist.h b/noncore/unsupported/oipkg/packagelist.h index 78dcd92..46a00e9 100644 --- a/noncore/unsupported/oipkg/packagelist.h +++ b/noncore/unsupported/oipkg/packagelist.h @@ -7,5 +7,5 @@ #include "debug.h" -class PackageList :QObject +class PackageList : public QObject { Q_OBJECT |