-rw-r--r-- | noncore/apps/oxygen/oxygen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/oxygen.cpp b/noncore/apps/oxygen/oxygen.cpp index 215cc19..5999cb0 100644 --- a/noncore/apps/oxygen/oxygen.cpp +++ b/noncore/apps/oxygen/oxygen.cpp @@ -34,3 +34,3 @@ Oxygen::Oxygen() : QMainWindow() - this->setCaption( tr( "Oxygen" ) ); + setCaption( tr( "Oxygen" ) ); |