Menu

#60 [PATCH] get HEAD to compile with Qt3

closed-fixed
nobody
None
5
2002-07-25
2002-05-14
No

Hey... I had to make the following change to get HEAD
from the CVS repository to compile with Qt3:

Index: gui/oprof_start.cpp

============
RCS
file: /cvsroot/oprofile/oprofile/gui/oprof_start.cpp,v
retrieving revision 1.48
diff -u -d -r1.48 oprof_start.cpp
--- gui/oprof_start.cpp 9 May 2002 20:34:07 -
0000 1.48
+++ gui/oprof_start.cpp 14 May 2002 00:46:14 -0000
@@ -19,6 +19,8 @@
#include <fstream>
#include <algorithm>

+#include <qlineedit.h>
+#include <qlistview.h>
#include <qcombobox.h>
#include <qlistbox.h>
#include <qfiledialog.h>

--Cliff Woolley
jwoolley@apache.org

Discussion

  • John Levon

    John Levon - 2002-05-14

    Logged In: YES
    user_id=53034

    Thanks !

    I have applied (but not tested) your patch now.

     
  • John Levon

    John Levon - 2002-05-14
    • status: open --> open-fixed
     
  • John Levon

    John Levon - 2002-07-25
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.