]> git.lyx.org Git - lyx.git/commitdiff
change string "qt2" to "qt4"
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 24 Apr 2006 13:25:50 +0000 (13:25 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 24 Apr 2006 13:25:50 +0000 (13:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13727 a592a061-630c-0410-9148-cb99ea01b6c8

12 files changed:
src/frontends/qt4/Alert_pimpl.C
src/frontends/qt4/Dialogs.C
src/frontends/qt4/FileDialog.C
src/frontends/qt4/LyXKeySymFactory.C
src/frontends/qt4/LyXScreenFactory.C
src/frontends/qt4/QLMenubar.h
src/frontends/qt4/QLToolbar.C
src/frontends/qt4/WorkAreaFactory.C
src/frontends/qt4/checkedwidgets.C
src/frontends/qt4/checkedwidgets.h
src/frontends/qt4/lyx_gui.C
src/frontends/qt4/qt_helpers.h

index 252582db799a72c0a46680335c6a233ae6a8dc78..b702477e4889e2079d9433f411e7d2148ac5235b 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt2/Alert_pimpl.C
+ * \file qt4/Alert_pimpl.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 6a8a057cc00bc57db753203d9602a57d7be1b1b3..1fa56f6850877f4e45810b1673f59b2a7d41fe21 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt2/Dialogs.C
+ * \file qt4/Dialogs.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index fda0481e5611a9e4f5b60622feeada8d2b550f4c..0b95afaab780445fc1d289131e71c020e7a4d6c5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt2/FileDialog.C
+ * \file qt4/FileDialog.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index b73a100127060b8a4fee775a51a658f3b425c76b..19790a8f51260f44358448ccc94f4d2ba48704bc 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt2/LyXKeySymFactory.C
+ * \file qt4/LyXKeySymFactory.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 6bcb0183d98c0a2b97b6d19378d134b45c9f459d..85edbce2d96b88bb276d581b6848cba4b9af51c0 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt2/LyXScreenFactory.C
+ * \file qt4/LyXScreenFactory.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 3fe0676740441fe9860c4e1b1a65131d0e55aa36..4841c644aaf51ba821f4a671667095c655fd9b04 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file qt2/QLMenubar.h
+ * \file qt4/QLMenubar.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 0f58208e8e26e804c3ba4f90bf506f51df8743da..03003ed9402d5f36b4ba55c01fb593874bce7843 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt2/QLToolbar.C
+ * \file qt4/QLToolbar.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 3277a944cf4f4dadd578569aba245161bea35789..39748da0d158287d43366d9f29c54e2907b62062 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt2/WorkAreaFactory.C
+ * \file qt4/WorkAreaFactory.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index 8294094cf626826e51fd9903a62d1ab5dc10f6d0..da5072d4e9c6ee17997dfcffac3965d4219a662c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt2/checkedwidgets.C
+ * \file qt4/checkedwidgets.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index f353ec910ec7ff6587e76eb0311d86805de0bcc8..9d72d1aa4d6451e5c066204373c4824ff44c7ec9 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file qt2/checkedwidgets.h
+ * \file qt4/checkedwidgets.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index cb20ab12d7b138d14d1ff6e04a675d358280e08a..38a35a062d44d68e1a668b851fa27e4052fc72c9 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file qt2/lyx_gui.C
+ * \file qt4/lyx_gui.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
index e668191dd146aed0885729cb15d324f4173a242b..5b36ae8b31824b99b2a307dffa37411116806630 100644 (file)
@@ -59,7 +59,7 @@ QString const toqstr(std::string const & str);
 /**
  * qt_ - i18nize string and convert to unicode
  *
- * Use this in qt2/ instead of qt_()
+ * Use this in qt4/ instead of qt_()
  */
 QString const qt_(char const * str);
 
@@ -67,7 +67,7 @@ QString const qt_(char const * str);
 /**
  * qt_ - i18nize string and convert to unicode
  *
- * Use this in qt2/ instead of qt_()
+ * Use this in qt4/ instead of qt_()
  */
 QString const qt_(std::string const & str);