]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/metatextlabel.cpp
Move the pasteIntoFolder() method from the contextmenu into DolphinView. This allows...
[dolphin.git] / src / metatextlabel.cpp
index eb8a2873c1605e54e4ef9b8988b498ea3c525b39..b1ec664ec046920f5a219203d31f66dac90f6e31 100644 (file)
@@ -27,7 +27,7 @@
 #include <QLabel>
 
 MetaTextLabel::MetaTextLabel(QWidget* parent) :
-    QGroupBox(i18nc("@title:group", "General"), parent),
+    QWidget(parent),
     m_lines(0),
     m_layout(0)
 {